home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Mozilla Weave 0.2.7 / latest-weave.xpi / chrome / sync.jar / content / wizard.css < prev    next >
Cascading Style Sheet File  |  2008-07-08  |  2KB  |  98 lines

  1. wizard {
  2.     background-image: url(chrome://weave/skin/wizard-background.png);
  3.     -moz-appearance: none;
  4.     padding: 14px;
  5. }
  6.  
  7. #sync-password-field, #sync-password-create-field, #sync-passphrase-field,
  8. #sync-reenter-password-field, #sync-passphrase-create-field, #sync-reenter-passphrase-field {
  9.   -moz-binding: url("chrome://global/content/bindings/textbox.xml#timed-textbox");
  10. }
  11.  
  12. .wizard-header {
  13.   -moz-border-radius-topright: 15px;
  14.   -moz-border-radius-topleft: 15px;
  15.   margin-top: 70px;
  16.   margin-right: 0px;
  17.   margin-left: 0px;
  18.   border-bottom: none;
  19.   padding-left: 14px;
  20.   padding-right: 14px;
  21.   padding-top: 14px;
  22. }
  23.  
  24. .wizard-page-box {
  25.   -moz-border-radius-bottomright: 15px;
  26.   -moz-border-radius-bottomleft: 15px;
  27.   margin-top: 0px;
  28.   margin-right: 0px;
  29.   margin-left: 0px;
  30.   padding-left: 14px;
  31.   padding-right: 14px;
  32.   padding-bottom: 14px;
  33. }
  34.  
  35. .wizard-header, .wizard-page-box {
  36.     -moz-appearance: none;
  37.     background-color: #FFFFFF;
  38.     opacity: 0.8;
  39. }
  40.  
  41. .wizard-buttons-separator {
  42.     display: none;
  43. }
  44.  
  45. .hint {
  46.   color: #6f6f6f;
  47. }
  48.  
  49. .header {
  50.   font-weight: bold;
  51. }
  52.  
  53. a {
  54.   text-decoration: underline;
  55.   color: #0000ff;
  56. }
  57.  
  58. #leftButton, #rightButton {
  59.   width: 200px;
  60.   height: 200px; 
  61.   -moz-border-radius: 10px;
  62. }
  63.  
  64.  
  65. #leftVbox, #rightVbox {
  66.   width: 210px;
  67.   margin-top: 20px;
  68. }
  69. #leftLabelHbox, #rightLabelHbox {
  70.   background-image: url("chrome://weave/skin/button-up.png");
  71.   background-repeat: no-repeat;
  72.   height: 85px;
  73. }
  74. #leftLabelHbox:hover, #rightLabelHbox:hover {
  75.   background-image: url("chrome://weave/skin/button-down.png");
  76.   background-repeat: no-repeat;
  77.   height: 85px;
  78. }
  79.  
  80. #leftLabel, #rightLabel {
  81.   font-size: small;
  82.   margin-top: 30px;
  83.   width: 180px;
  84.   text-align: center;
  85. }
  86. #leftDescription, #rightDescription {
  87.   margin-top: 15px;
  88.   margin-left: 5px;
  89.   margin-right: 10px;
  90. }
  91.  
  92. #leftSpacer, #rightSpacer {
  93.   width: 35px;
  94. }
  95. #centerSpacer {
  96.   width: 50px;
  97. }
  98.